home *** CD-ROM | disk | FTP | other *** search
- on startRollover whichSprite
- if the frameLabel <> "surprise" then
- hAddBookmark()
- hCheckCurrentFrameLabel()
- puppetSprite(4, 1)
- puppetSprite(5, 1)
- play frame "surprise"
- end if
- end
-
- on endRollover whichSprite
- if the frameLabel = "surprise" then
- hCheckCurrentFrameLabel()
- puppetSprite(4, 0)
- puppetSprite(5, 0)
- hPlayReturn()
- end if
- end
-